HipTween.to

This version is more lightweight compiler wise as it is not templated

  1. HipTween to(float durationSeconds, float*[] valuesRef, float[] targetValues)
    class HipTween
    static
    to
    (,
    float*[] valuesRef
    ,
    in float[] targetValues...
    )
  2. HipTween to(float durationSeconds, T target, V[] values)

Meta